home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / anacron.conf < prev    next >
Text File  |  2009-09-17  |  278b  |  15 lines

  1. # anacron - anac(h)ronistic cron
  2. #
  3. # anacron executes commands at specific periods, but does not assume that
  4. # the machine is running continuously
  5.  
  6. description    "anac(h)ronistic cron"
  7.  
  8. start on runlevel [2345]
  9. stop on runlevel [!2345]
  10.  
  11. expect fork
  12. normal exit 0
  13.  
  14. exec anacron -s
  15.